home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / games / zmud455.zip / ZMUD.EXE / 0 / RCDATA / TAUTOLOGIN / TAUTOLOGIN.txt
Text File  |  1997-04-13  |  6KB  |  272 lines

  1. object Autologin: TAutologin
  2.   Left = 293
  3.   Top = 138
  4.   HelpContext = 190
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Auto-login Wizard'
  8.   ClientHeight = 241
  9.   ClientWidth = 375
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 29
  20.     Top = 98
  21.     Width = 63
  22.     Height = 13
  23.     Alignment = taRightJustify
  24.     Caption = 'Name trigger:'
  25.     Font.Color = clWindowText
  26.     Font.Height = -12
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 12
  33.     Top = 122
  34.     Width = 80
  35.     Height = 13
  36.     Alignment = taRightJustify
  37.     Caption = 'Character Name:'
  38.     Font.Color = clWindowText
  39.     Font.Height = -12
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.   end
  44.   object Label3: TLabel
  45.     Left = 11
  46.     Top = 146
  47.     Width = 81
  48.     Height = 13
  49.     Alignment = taRightJustify
  50.     Caption = 'Password trigger:'
  51.     Font.Color = clWindowText
  52.     Font.Height = -12
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.   end
  57.   object Label4: TLabel
  58.     Left = 43
  59.     Top = 170
  60.     Width = 49
  61.     Height = 13
  62.     Alignment = taRightJustify
  63.     Caption = 'Password:'
  64.     Font.Color = clWindowText
  65.     Font.Height = -12
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = []
  68.     ParentFont = False
  69.   end
  70.   object Label5: TLabel
  71.     Left = 45
  72.     Top = 74
  73.     Width = 47
  74.     Height = 13
  75.     Alignment = taRightJustify
  76.     Caption = 'Initial text:'
  77.     Font.Color = clWindowText
  78.     Font.Height = -12
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ParentFont = False
  82.   end
  83.   object Label6: TLabel
  84.     Left = 104
  85.     Top = 8
  86.     Width = 207
  87.     Height = 13
  88.     Caption = 'To create an auto-login trigger for this MUD,'
  89.     Font.Color = clWindowText
  90.     Font.Height = -12
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     ParentFont = False
  94.   end
  95.   object Label7: TLabel
  96.     Left = 104
  97.     Top = 22
  98.     Width = 158
  99.     Height = 13
  100.     Caption = 'edit the data below (if necessary),'
  101.     Font.Color = clWindowText
  102.     Font.Height = -12
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = []
  105.     ParentFont = False
  106.   end
  107.   object Label8: TLabel
  108.     Left = 104
  109.     Top = 36
  110.     Width = 157
  111.     Height = 13
  112.     Caption = 'and click Yes, otherwise click No'
  113.     Font.Color = clWindowText
  114.     Font.Height = -12
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = []
  117.     ParentFont = False
  118.   end
  119.   object Image2: TImage
  120.     Left = 56
  121.     Top = 8
  122.     Width = 32
  123.     Height = 32
  124.     AutoSize = True
  125.   end
  126.   object Label9: TLabel
  127.     Left = 104
  128.     Top = 52
  129.     Width = 244
  130.     Height = 13
  131.     Caption = 'Click Stop Asking to prevent any auto-login creation'
  132.     Font.Color = clWindowText
  133.     Font.Height = -12
  134.     Font.Name = 'MS Sans Serif'
  135.     Font.Style = []
  136.     ParentFont = False
  137.   end
  138.   object OKBtn: TBitBtn
  139.     Left = 12
  140.     Top = 204
  141.     Width = 77
  142.     Height = 27
  143.     Caption = '&Yes'
  144.     Font.Color = clBtnText
  145.     Font.Height = -12
  146.     Font.Name = 'MS Sans Serif'
  147.     Font.Style = []
  148.     ParentFont = False
  149.     TabOrder = 0
  150.     Kind = bkOK
  151.     Margin = 2
  152.     Spacing = -1
  153.     IsControl = True
  154.   end
  155.   object CancelBtn: TBitBtn
  156.     Left = 92
  157.     Top = 204
  158.     Width = 77
  159.     Height = 27
  160.     Caption = '&No'
  161.     Font.Color = clBtnText
  162.     Font.Height = -12
  163.     Font.Name = 'MS Sans Serif'
  164.     Font.Style = []
  165.     ParentFont = False
  166.     TabOrder = 1
  167.     Kind = bkCancel
  168.     Margin = 2
  169.     Spacing = -1
  170.     IsControl = True
  171.   end
  172.   object NameTrig: TEdit
  173.     Left = 104
  174.     Top = 96
  175.     Width = 257
  176.     Height = 21
  177.     AutoSize = False
  178.     Font.Color = clWindowText
  179.     Font.Height = -12
  180.     Font.Name = 'MS Sans Serif'
  181.     Font.Style = []
  182.     ParentFont = False
  183.     TabOrder = 2
  184.   end
  185.   object Name: TEdit
  186.     Left = 104
  187.     Top = 120
  188.     Width = 257
  189.     Height = 21
  190.     AutoSize = False
  191.     Font.Color = clWindowText
  192.     Font.Height = -12
  193.     Font.Name = 'MS Sans Serif'
  194.     Font.Style = []
  195.     ParentFont = False
  196.     TabOrder = 3
  197.   end
  198.   object PassTrig: TEdit
  199.     Left = 104
  200.     Top = 144
  201.     Width = 257
  202.     Height = 21
  203.     AutoSize = False
  204.     Font.Color = clWindowText
  205.     Font.Height = -12
  206.     Font.Name = 'MS Sans Serif'
  207.     Font.Style = []
  208.     ParentFont = False
  209.     TabOrder = 4
  210.   end
  211.   object Password: TEdit
  212.     Left = 104
  213.     Top = 168
  214.     Width = 257
  215.     Height = 21
  216.     AutoSize = False
  217.     Font.Color = clWindowText
  218.     Font.Height = -12
  219.     Font.Name = 'MS Sans Serif'
  220.     Font.Style = []
  221.     ParentFont = False
  222.     TabOrder = 5
  223.   end
  224.   object OtherStr: TEdit
  225.     Left = 104
  226.     Top = 72
  227.     Width = 257
  228.     Height = 21
  229.     AutoSize = False
  230.     Font.Color = clWindowText
  231.     Font.Height = -12
  232.     Font.Name = 'MS Sans Serif'
  233.     Font.Style = []
  234.     ParentFont = False
  235.     TabOrder = 6
  236.   end
  237.   object BitBtn1: TBitBtn
  238.     Left = 284
  239.     Top = 204
  240.     Width = 77
  241.     Height = 27
  242.     HelpContext = 190
  243.     Font.Color = clBtnText
  244.     Font.Height = -12
  245.     Font.Name = 'MS Sans Serif'
  246.     Font.Style = []
  247.     ParentFont = False
  248.     TabOrder = 7
  249.     Kind = bkHelp
  250.     Margin = 2
  251.     Spacing = -1
  252.     IsControl = True
  253.   end
  254.   object BitBtn2: TBitBtn
  255.     Left = 172
  256.     Top = 204
  257.     Width = 109
  258.     Height = 27
  259.     Caption = 'Stop Asking'
  260.     Font.Color = clBtnText
  261.     Font.Height = -12
  262.     Font.Name = 'MS Sans Serif'
  263.     Font.Style = []
  264.     ParentFont = False
  265.     TabOrder = 8
  266.     Kind = bkNo
  267.     Margin = 2
  268.     Spacing = -1
  269.     IsControl = True
  270.   end
  271. end
  272.